home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / 101 / backup / win rescue 95 302 / rescue98.exe / 0 / RCDATA / TFORM11 / TFORM11.txt
Text File  |  1999-01-14  |  2KB  |  111 lines

  1. object Form11: TForm11
  2.   Left = 175
  3.   Top = 136
  4.   ActiveControl = DirTree1
  5.   AutoScroll = False
  6.   Caption = 'MultiFile Group Specifications'
  7.   ClientHeight = 217
  8.   ClientWidth = 355
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 96
  21.     Height = 13
  22.     Alignment = taCenter
  23.     Caption = '1. Select a &Directory'
  24.     FocusControl = DirTree1
  25.   end
  26.   object Label2: TLabel
  27.     Left = 208
  28.     Top = 8
  29.     Width = 129
  30.     Height = 33
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.     Caption = '2. Enter or Select the &File Type.'
  34.     WordWrap = True
  35.   end
  36.   object Label3: TLabel
  37.     Left = 208
  38.     Top = 112
  39.     Width = 129
  40.     Height = 33
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = '3.  Enter a Filename for this &MultiFile group.'
  44.     FocusControl = Edit1
  45.     WordWrap = True
  46.   end
  47.   object CheckBox1: TCheckBox
  48.     Left = 16
  49.     Top = 190
  50.     Width = 145
  51.     Height = 17
  52.     Caption = '&Include SubDirectories'
  53.     TabOrder = 0
  54.   end
  55.   object DirTree1: TDirTree
  56.     Left = 16
  57.     Top = 32
  58.     Width = 161
  59.     Height = 153
  60.     Directory = '?'
  61.     ReadOnStart = True
  62.     DirType = [dtNormal, dtAll]
  63.     AllowNetwork = True
  64.     GoBelowRecycleBin = True
  65.     FastLoad = False
  66.     HideSelection = False
  67.     OnChange = DirTree1Change
  68.     ParentColor = False
  69.     TabOrder = 1
  70.   end
  71.   object Edit1: TEdit
  72.     Left = 232
  73.     Top = 144
  74.     Width = 73
  75.     Height = 21
  76.     MaxLength = 8
  77.     TabOrder = 2
  78.     Text = 'Edit1'
  79.     OnKeyPress = Edit1KeyPress
  80.   end
  81.   object Button1: TButton
  82.     Left = 208
  83.     Top = 184
  84.     Width = 59
  85.     Height = 25
  86.     Caption = 'OK'
  87.     Default = True
  88.     TabOrder = 3
  89.     OnClick = Button1Click
  90.   end
  91.   object Button2: TButton
  92.     Left = 280
  93.     Top = 184
  94.     Width = 59
  95.     Height = 25
  96.     Cancel = True
  97.     Caption = 'Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 4
  100.   end
  101.   object ListBox1: TComboBox
  102.     Left = 208
  103.     Top = 40
  104.     Width = 129
  105.     Height = 73
  106.     Style = csSimple
  107.     ItemHeight = 13
  108.     TabOrder = 5
  109.   end
  110. end
  111.